home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-06-04 | 52.2 KB | 1,632 lines | [TEXT/MMCC] |
- /*_____________________________________________________________________
-
- balloons.r - Balloon Help Resources for NewsWatcher
-
- Use ToolServer and Rez to compile this file. The file named "Make
- NewsWatcher Balloons" contains the ToolServer script to do this.
-
- This file is only used for the Help Manager resources proper ('hfdr',
- 'hmnu', 'hdlg', etc.). All the help strings are stored on the
- NewsWatcher.rsrc file and are maintained using ResEdit.
- _____________________________________________________________________*/
-
-
- #include "Types.r"
- #include "SysTypes.r"
- #include "BalloonTypes.r"
-
-
-
- /*----------------------------------------------------------------------------
- Application icon help resource (used by the Finder).
- ----------------------------------------------------------------------------*/
-
- resource 'hfdr' (-5696, "Application icon help", purgeable) {
- HelpMgrVersion, hmDefaultOptions, 0, 0, /* header info */
- {
- HMStringResItem {130, 1},
- },
- };
-
-
-
- /*----------------------------------------------------------------------------
- Main menu bar help resources.
-
- There are four sets of 'hmnu' resources for the main menus.
-
- Normal set: resource id = menu id.
-
- Startup bad set: resource id = 1000 + menu id.
- Used when there is a problem starting up.
-
- Dialog set: resource id = 2000 + menu id.
- Used when a dialog or alert is on the screen.
-
- Busy set: resource id = 3000 + menu id.
- Used during long operations.
- ----------------------------------------------------------------------------*/
-
- resource 'hmnu' (128, "Apple menu help", purgeable) {
- HelpMgrVersion, hmDefaultOptions, 0, 0, /* header info */
- HMSkipItem {},
- {
- HMStringResItem { /* Menu title */
- 0, 0, 0, 0, 0, 0, 0, 0 },
- HMStringResItem { /* About NewsWatcher */
- 130, 2, 0, 0, 0, 0, 0, 0 },
- },
- };
-
- resource 'hmnu' (1128, "Apple menu help, startup bad", purgeable) {
- HelpMgrVersion, hmDefaultOptions, 0, 0, /* header info */
- HMSkipItem {},
- {
- HMStringResItem { /* Menu title */
- 0, 0, 0, 0, 0, 0, 0, 0 },
- HMStringResItem { /* About NewsWatcher */
- 130, 2, 0, 0, 0, 0, 0, 0 },
- },
- };
-
- resource 'hmnu' (2128, "Apple menu help, dialog", purgeable) {
- HelpMgrVersion, hmDefaultOptions, 0, 0, /* header info */
- HMStringResItem { /* Missing items */
- 0, 0, 130, 19, 0, 0, 0, 0},
- {
- HMStringResItem { /* Menu title */
- 0, 0, 130, 18, 130, 18, 130, 19},
- },
- };
-
- resource 'hmnu' (3128, "Apple menu help, busy", purgeable) {
- HelpMgrVersion, hmDefaultOptions, 0, 0, /* header info */
- HMStringResItem { /* Missing items */
- 0, 0, 130, 129, 0, 0, 0, 0},
- {
- HMStringResItem { /* Menu title */
- 0, 0, 130, 128, 130, 18, 130, 19},
- },
- };
-
- resource 'hmnu' (129, "File menu help", purgeable) {
- HelpMgrVersion, hmDefaultOptions, 0, 0, /* header info */
- HMSkipItem {},
- {
- HMStringResItem { /* Menu title */
- 130, 3, 0, 0, 130, 18, 130, 19},
- HMStringResItem { /* New Group Window */
- 130, 4, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Open */
- 130, 5, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Close */
- 130, 6, 130, 14, 0, 0, 0, 0},
- HMSkipItem {}, /* separator */
- HMStringResItem { /* Save */
- 130, 7, 130, 15, 0, 0, 0, 0},
- HMStringResItem { /* Save As */
- 130, 8, 130, 15, 0, 0, 0, 0},
- HMStringResItem { /* Append */
- 130, 9, 130, 16, 0, 0, 0, 0},
- HMSkipItem {}, /* separator */
- HMStringResItem { /* Page Setup */
- 130, 10, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Print */
- 130, 11, 130, 17, 0, 0, 0, 0},
- HMSkipItem {}, /* separator */
- HMStringResItem { /* Peferences */
- 130, 12, 0, 0, 0, 0, 0, 0},
- HMSkipItem {}, /* separator */
- HMStringResItem { /* Quit */
- 130, 13, 0, 0, 0, 0, 0, 0},
- },
- };
-
- resource 'hmnu' (1129, "File menu help, startup bad", purgeable) {
- HelpMgrVersion, hmDefaultOptions, 0, 0, /* header info */
- HMStringResItem { /* Missing items */
- 0, 0, 130, 20, 0, 0, 0, 0},
- {
- HMStringResItem { /* Menu title */
- 130, 3, 130, 21, 130, 18, 130, 19},
- HMStringResItem { /* New Group Window */
- 130, 4, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Open */
- 130, 5, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Close */
- 130, 6, 130, 14, 0, 0, 0, 0},
- HMSkipItem {}, /* separator */
- HMStringResItem { /* Save */
- 130, 7, 130, 15, 0, 0, 0, 0},
- HMStringResItem { /* Save As */
- 130, 8, 130, 15, 0, 0, 0, 0},
- HMStringResItem { /* Append */
- 130, 9, 130, 16, 0, 0, 0, 0},
- HMSkipItem {}, /* separator */
- HMStringResItem { /* Page Setup */
- 130, 10, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Print */
- 130, 11, 130, 17, 0, 0, 0, 0},
- HMSkipItem {}, /* separator */
- HMStringResItem { /* Peferences */
- 130, 12, 0, 0, 0, 0, 0, 0},
- HMSkipItem {}, /* separator */
- HMStringResItem { /* Quit */
- 130, 13, 0, 0, 0, 0, 0, 0},
- },
- };
-
- resource 'hmnu' (2129, "File menu help, dialog", purgeable) {
- HelpMgrVersion, hmDefaultOptions, 0, 0, /* header info */
- HMStringResItem { /* Missing items */
- 0, 0, 130, 19, 0, 0, 0, 0},
- {
- HMStringResItem { /* Menu title */
- 130, 3, 130, 18, 130, 18, 130, 19},
- },
- };
-
- resource 'hmnu' (3129, "File menu help, busy", purgeable) {
- HelpMgrVersion, hmDefaultOptions, 0, 0, /* header info */
- HMStringResItem { /* Missing items */
- 0, 0, 130, 129, 0, 0, 0, 0},
- {
- HMStringResItem { /* Menu title */
- 0, 0, 130, 128, 130, 18, 130, 19},
- },
- };
-
- resource 'hmnu' (130, "Edit menu help", purgeable) {
- HelpMgrVersion, hmDefaultOptions, 0, 0, /* header info */
- HMSkipItem {},
- {
- HMStringResItem { /* Menu title */
- 130, 39, 130, 40, 130, 18, 130, 19},
- HMStringResItem { /* Undo */
- 130, 22, 130, 41, 0, 0, 0, 0},
- HMSkipItem {}, /* separator */
- HMStringResItem { /* Cut */
- 130, 23, 130, 42, 0, 0, 0, 0},
- HMStringResItem { /* Copy */
- 130, 24, 130, 43, 0, 0, 0, 0},
- HMStringResItem { /* Paste */
- 130, 25, 130, 44, 0, 0, 0, 0},
- HMStringResItem { /* Paste as Quotation */
- 130, 26, 130, 45, 0, 0, 0, 0},
- HMStringResItem { /* Clear */
- 130, 27, 130, 46, 0, 0, 0, 0},
- HMStringResItem { /* Select All */
- 130, 28, 130, 47, 0, 0, 0, 0},
- HMStringResItem { /* Deselect All */
- 130, 29, 130, 48, 0, 0, 0, 0},
- HMSkipItem {}, /* separator */
- HMStringResItem { /* Find */
- 130, 30, 130, 49, 0, 0, 0, 0},
- HMStringResItem { /* Find Again */
- 130, 31, 130, 50, 0, 0, 0, 0},
- HMStringResItem { /* Enter Selection */
- 130, 32, 130, 51, 0, 0, 0, 0},
- HMSkipItem {}, /* separator */
- HMCompareItem { /* Show Details */
- "Show Details",
- HMStringResItem {130, 33, 130, 52, 0, 0, 0, 0},
- },
- HMCompareItem { /* Hide Details */
- "Hide Details",
- HMStringResItem {130, 34, 130, 53, 0, 0, 0, 0},
- },
- HMStringResItem { /* Rot-13 */
- 130, 35, 130, 54, 0, 0, 0, 0},
- HMStringResItem { /* Insert Spoiler Character */
- 130, 36, 130, 55, 0, 0, 0, 0},
- HMSkipItem {}, /* separator */
- HMStringResItem { /* Wrap */
- 130, 37, 130, 56, 0, 0, 0, 0},
- HMStringResItem { /* Unwrap */
- 130, 38, 130, 57, 0, 0, 0, 0},
- },
- };
-
- resource 'hmnu' (1130, "Edit menu help, startup bad", purgeable) {
- HelpMgrVersion, hmDefaultOptions, 0, 0, /* header info */
- HMSkipItem {},
- {
- HMStringResItem { /* Menu title */
- 130, 39, 130, 40, 130, 18, 130, 19},
- HMStringResItem { /* Undo */
- 130, 22, 130, 41, 0, 0, 0, 0},
- HMSkipItem {}, /* separator */
- HMStringResItem { /* Cut */
- 130, 23, 130, 42, 0, 0, 0, 0},
- HMStringResItem { /* Copy */
- 130, 24, 130, 43, 0, 0, 0, 0},
- HMStringResItem { /* Paste */
- 130, 25, 130, 44, 0, 0, 0, 0},
- HMStringResItem { /* Paste as Quotation */
- 130, 26, 130, 45, 0, 0, 0, 0},
- HMStringResItem { /* Clear */
- 130, 27, 130, 46, 0, 0, 0, 0},
- HMStringResItem { /* Select All */
- 130, 28, 130, 47, 0, 0, 0, 0},
- HMStringResItem { /* Deselect All */
- 130, 29, 130, 48, 0, 0, 0, 0},
- HMSkipItem {}, /* separator */
- HMStringResItem { /* Find */
- 130, 30, 130, 49, 0, 0, 0, 0},
- HMStringResItem { /* Find Again */
- 130, 31, 130, 50, 0, 0, 0, 0},
- HMStringResItem { /* Enter Selection */
- 130, 32, 130, 51, 0, 0, 0, 0},
- HMSkipItem {}, /* separator */
- HMCompareItem { /* Show Details */
- "Show Details",
- HMStringResItem {130, 33, 130, 52, 0, 0, 0, 0},
- },
- HMCompareItem { /* Hide Details */
- "Hide Details",
- HMStringResItem {130, 34, 130, 53, 0, 0, 0, 0},
- },
- HMStringResItem { /* Rot-13 */
- 130, 35, 130, 54, 0, 0, 0, 0},
- HMStringResItem { /* Insert Spoiler Character */
- 130, 36, 130, 55, 0, 0, 0, 0},
- HMSkipItem {}, /* separator */
- HMStringResItem { /* Wrap */
- 130, 37, 130, 56, 0, 0, 0, 0},
- HMStringResItem { /* Unwrap */
- 130, 38, 130, 57, 0, 0, 0, 0},
- },
- };
-
- resource 'hmnu' (2130, "Edit menu help, dialog", purgeable) {
- HelpMgrVersion, hmDefaultOptions, 0, 0, /* header info */
- HMStringResItem { /* Missing items */
- 0, 0, 130, 19, 0, 0, 0, 0},
- {
- HMStringResItem { /* Menu title */
- 130, 58, 130, 18, 130, 18, 130, 19},
- HMStringResItem { /* Undo */
- 130, 22, 130, 41, 0, 0, 0, 0},
- HMSkipItem {}, /* separator */
- HMStringResItem { /* Cut */
- 130, 59, 130, 64, 0, 0, 0, 0},
- HMStringResItem { /* Copy */
- 130, 60, 130, 65, 0, 0, 0, 0},
- HMStringResItem { /* Paste */
- 130, 61, 130, 66, 0, 0, 0, 0},
- HMStringResItem { /* Paste as Quotation */
- 0, 0, 130, 19, 0, 0, 0, 0},
- HMStringResItem { /* Clear */
- 130, 62, 130, 64, 0, 0, 0, 0},
- HMStringResItem { /* Select All */
- 130, 63, 130, 65, 0, 0, 0, 0},
- },
- };
-
- resource 'hmnu' (3130, "Edit menu help, busy", purgeable) {
- HelpMgrVersion, hmDefaultOptions, 0, 0, /* header info */
- HMStringResItem { /* Missing items */
- 0, 0, 130, 129, 0, 0, 0, 0},
- {
- HMStringResItem { /* Menu title */
- 130, 39, 130, 128, 130, 18, 130, 19},
- },
- };
-
- resource 'hmnu' (131, "News menu help", purgeable) {
- HelpMgrVersion, hmDefaultOptions, 0, 0, /* header info */
- HMSkipItem {},
- {
- HMStringResItem { /* Menu title */
- 130, 69, 130, 82, 130, 18, 130, 19},
- HMStringResItem { /* Next Article */
- 130, 70, 130, 83, 0, 0, 0, 0},
- HMStringResItem { /* Next Thread */
- 130, 71, 130, 84, 0, 0, 0, 0},
- HMStringResItem { /* Next Group */
- 130, 72, 130, 85, 0, 0, 0, 0},
- HMSkipItem {}, /* separator */
- HMStringResItem { /* Mark Read */
- 130, 73, 130, 86, 0, 0, 0, 0},
- HMStringResItem { /* Mark Unread */
- 130, 74, 130, 87, 0, 0, 0, 0},
- HMStringResItem { /* Mark Others Read */
- 130, 75, 130, 88, 0, 0, 0, 0},
- HMSkipItem {}, /* separator */
- HMStringResItem { /* New Message */
- 130, 76, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Reply */
- 130, 77, 130, 89, 0, 0, 0, 0},
- HMStringResItem { /* Forward */
- 130, 78, 130, 90, 0, 0, 0, 0},
- HMStringResItem { /* Redirect */
- 130, 79, 130, 91, 0, 0, 0, 0},
- HMStringResItem { /* Send Message */
- 130, 80, 130, 92, 0, 0, 0, 0},
- HMSkipItem {}, /* separator */
- HMStringResItem { /* Check for New Articles */
- 130, 81, 130, 93, 0, 0, 0, 0},
- },
- };
-
- resource 'hmnu' (1131, "News menu help, startup bad", purgeable) {
- HelpMgrVersion, hmDefaultOptions, 0, 0, /* header info */
- HMStringResItem { /* Missing items */
- 0, 0, 130, 20, 0, 0, 0, 0},
- {
- HMStringResItem { /* Menu title */
- 130, 3, 130, 21, 130, 18, 130, 19},
- },
- };
-
- resource 'hmnu' (2131, "News menu help, dialog", purgeable) {
- HelpMgrVersion, hmDefaultOptions, 0, 0, /* header info */
- HMStringResItem { /* Missing items */
- 0, 0, 130, 19, 0, 0, 0, 0},
- {
- HMStringResItem { /* Menu title */
- 0, 0, 130, 18, 130, 18, 130, 19},
- },
- };
-
- resource 'hmnu' (3131, "News menu help, busy", purgeable) {
- HelpMgrVersion, hmDefaultOptions, 0, 0, /* header info */
- HMStringResItem { /* Missing items */
- 0, 0, 130, 129, 0, 0, 0, 0},
- {
- HMStringResItem { /* Menu title */
- 130, 69, 130, 128, 130, 18, 130, 19},
- },
- };
-
- resource 'hmnu' (132, "Special menu help", purgeable) {
- HelpMgrVersion, hmDefaultOptions, 0, 0, /* header info */
- HMSkipItem {},
- {
- HMStringResItem { /* Menu title */
- 130, 94, 130, 109, 130, 18, 130, 19},
- HMStringResItem { /* Extract Binaries */
- 130, 95, 130, 110, 0, 0, 0, 0},
- HMStringResItem { /* Extract Binaries Manually */
- 130, 96, 130, 111, 0, 0, 0, 0},
- HMSkipItem {}, /* separator */
- HMStringResItem { /* Get Group List from Host */
- 130, 97, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Send Group List to Host */
- 130, 98, 130, 112, 0, 0, 0, 0},
- HMSkipItem {}, /* separator */
- HMStringResItem { /* Open All References */
- 130, 99, 130, 113, 0, 0, 0, 0},
- HMStringResItem { /* Search */
- 130, 100, 130, 114, 0, 0, 0, 0},
- HMStringResItem { /* Get Server Info */
- 130, 101, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Cancel Article */
- 130, 102, 130, 115, 0, 0, 0, 0},
- HMStringResItem { /* Open URL */
- 130, 103, 130, 116, 0, 0, 0, 0},
- HMSkipItem {}, /* separator */
- HMStringResItem { /* Check for New Groups */
- 130, 104, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Check for Deleted Groups */
- 130, 105, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Rebuild Full Group List */
- 130, 106, 0, 0, 0, 0, 0, 0},
- HMSkipItem {}, /* separator */
- HMStringResItem { /* Subscribe */
- 130, 107, 130, 117, 0, 0, 0, 0},
- HMStringResItem { /* Unsubscribe */
- 130, 108, 130, 118, 0, 0, 0, 0},
- },
- };
-
- resource 'hmnu' (1132, "Special menu help, startup bad", purgeable) {
- HelpMgrVersion, hmDefaultOptions, 0, 0, /* header info */
- HMStringResItem { /* Missing items */
- 0, 0, 130, 20, 0, 0, 0, 0},
- {
- HMStringResItem { /* Menu title */
- 130, 3, 130, 21, 130, 18, 130, 19},
- },
- };
-
- resource 'hmnu' (2132, "Special menu help, dialog", purgeable) {
- HelpMgrVersion, hmDefaultOptions, 0, 0, /* header info */
- HMStringResItem { /* Missing items */
- 0, 0, 130, 19, 0, 0, 0, 0},
- {
- HMStringResItem { /* Menu title */
- 0, 0, 130, 18, 130, 18, 130, 19},
- },
- };
-
- resource 'hmnu' (3132, "Special menu help, busy", purgeable) {
- HelpMgrVersion, hmDefaultOptions, 0, 0, /* header info */
- HMStringResItem { /* Missing items */
- 0, 0, 130, 129, 0, 0, 0, 0},
- {
- HMStringResItem { /* Menu title */
- 130, 94, 130, 128, 130, 18, 130, 19},
- },
- };
-
- resource 'hmnu' (133, "Windows menu help", purgeable) {
- HelpMgrVersion, hmDefaultOptions, 0, 0, /* header info */
- HMStringResItem { /* Missing items */
- 130, 126, 130, 132, 130, 127, 0, 0},
- {
- HMStringResItem { /* Menu title */
- 130, 119, 0, 0, 130, 18, 130, 19},
- HMStringResItem { /* Cycle Windows */
- 130, 120, 130, 124, 0, 0, 0, 0},
- HMStringResItem { /* Zoom Windows */
- 130, 121, 130, 125, 0, 0, 0, 0},
- HMSkipItem {}, /* separator */
- HMCompareItem { /* Show Full Group List */
- "Show Full Group List",
- HMStringResItem {130, 122, 0, 0, 0, 0, 0, 0},
- },
- HMCompareItem { /* Hide Full Group List */
- "Hide Full Group List",
- HMStringResItem {130, 123, 0, 0, 0, 0, 0, 0},
- },
- HMSkipItem {}, /* separator */
- },
- };
-
- resource 'hmnu' (1133, "Windows menu help, startup bad", purgeable) {
- HelpMgrVersion, hmDefaultOptions, 0, 0, /* header info */
- HMStringResItem { /* Missing items */
- 130, 126, 0, 0, 130, 127, 0, 0},
- {
- HMStringResItem { /* Menu title */
- 130, 119, 130, 132, 130, 18, 130, 19},
- HMStringResItem { /* Cycle Windows */
- 130, 120, 130, 124, 0, 0, 0, 0},
- HMStringResItem { /* Zoom Windows */
- 130, 121, 130, 125, 0, 0, 0, 0},
- HMSkipItem {}, /* separator */
- HMCompareItem { /* Show Full Group List */
- "Show Full Group List",
- HMStringResItem {130, 122, 130, 20, 0, 0, 0, 0},
- },
- HMCompareItem { /* Hide Full Group List */
- "Hide Full Group List",
- HMStringResItem {130, 123, 130, 20, 0, 0, 0, 0},
- },
- HMSkipItem {}, /* separator */
- },
- };
-
- resource 'hmnu' (2133, "Windows menu help, dialog", purgeable) {
- HelpMgrVersion, hmDefaultOptions, 0, 0, /* header info */
- HMStringResItem { /* Missing items */
- 0, 0, 130, 19, 0, 0, 0, 0},
- {
- HMStringResItem { /* Menu title */
- 0, 0, 130, 18, 130, 18, 130, 19},
- },
- };
-
- resource 'hmnu' (3133, "Windows menu help, busy", purgeable) {
- HelpMgrVersion, hmDefaultOptions, 0, 0, /* header info */
- HMStringResItem { /* Missing items */
- 0, 0, 130, 129, 0, 0, 0, 0},
- {
- HMStringResItem { /* Menu title */
- 130, 119, 130, 128, 130, 18, 130, 19},
- },
- };
-
-
- resource 'hmnu' (kHMHelpMenuID, "Help menu help", purgeable) {
- HelpMgrVersion, hmDefaultOptions, 0, 0, /* header info */
- HMStringResItem { /* Missing items */
- 130, 130, 130, 131, 0, 0, 0, 0 },
- {
- HMStringResItem { /* Menu title */
- 0, 0, 0, 0, 0, 0, 0, 0 },
- },
- };
-
-
- /*----------------------------------------------------------------------------
- A generic 'hdlg' resource for use with error message alerts.
-
- This resource provides a single help balloon for the "OK" button in
- the alert.
- ----------------------------------------------------------------------------*/
-
- resource 'hdlg' (128, "Generic error message alert help", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* OK button */
- {0, 0}, {0, 0, 0, 0},
- 131, 1, 0, 0, 0, 0, 0, 0},
- },
- };
-
- /*----------------------------------------------------------------------------
- Remote host dialog.
- ----------------------------------------------------------------------------*/
-
- resource 'hdlg' (129, "Remote Host", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* OK button */
- {0, 0}, {0, 0, 0, 0},
- 131, 2, 131, 3, 0, 0, 0, 0},
- HMStringResItem { /* Cancel button */
- {0, 0}, {0, 0, 0, 0},
- 131, 4, 0, 0, 0, 0, 0, 0},
- HMSkipItem{},
- HMStringResItem { /* host field */
- {0, 0}, {0, 0, 0, 0},
- 131, 5, 131, 5, 0, 0, 0, 0},
- HMSkipItem{},
- HMStringResItem { /* username field */
- {0, 0}, {0, 0, 0, 0},
- 131, 6, 131, 6, 0, 0, 0, 0},
- HMSkipItem{},
- HMStringResItem { /* password field */
- {0, 0}, {0, 0, 0, 0},
- 131, 7, 131, 7, 0, 0, 0, 0},
- HMSkipItem{},
- HMStringResItem { /* path field */
- {0, 0}, {0, 0, 0, 0},
- 131, 8, 131, 8, 0, 0, 0, 0},
- HMStringResItem { /* auto get/put newsrc checkbox */
- {6, 6}, {0, 0, 0, 0},
- 131, 10, 0, 0, 131, 9, 0, 0},
- HMStringResItem { /* save password checkbox */
- {6, 6}, {0, 0, 0, 0},
- 131, 12, 0, 0, 131, 11, 0, 0},
- },
- };
-
- /*----------------------------------------------------------------------------
- Server addresses dialog.
- ----------------------------------------------------------------------------*/
-
- resource 'hdlg' (132, "Server addresses", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* OK button */
- {0, 0}, {0, 0, 0, 0},
- 131, 13, 131, 14, 0, 0, 0, 0},
- HMStringResItem { /* Cancel button */
- {0, 0}, {0, 0, 0, 0},
- 131, 15, 0, 0, 0, 0, 0, 0},
- HMSkipItem{},
- HMSkipItem{},
- HMSkipItem{},
- HMStringResItem { /* news field */
- {0, 0}, {0, 0, 0, 0},
- 131, 16, 131, 16, 0, 0, 0, 0},
- HMSkipItem{},
- HMStringResItem { /* mail field */
- {0, 0}, {0, 0, 0, 0},
- 131, 17, 131, 17, 0, 0, 0, 0},
- },
- };
-
- /*----------------------------------------------------------------------------
- Save changes alert.
- ----------------------------------------------------------------------------*/
-
- resource 'hdlg' (133, "Save changes", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* Save button */
- {0, 0}, {0, 0, 0, 0},
- 131, 18, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Cancel button */
- {0, 0}, {0, 0, 0, 0},
- 131, 19, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Dont' Save button */
- {0, 0}, {0, 0, 0, 0},
- 131, 20, 0, 0, 0, 0, 0, 0},
- },
- };
-
- /*----------------------------------------------------------------------------
- Send message or save changes alert.
- ----------------------------------------------------------------------------*/
-
- resource 'hdlg' (134, "Send msg or save changes", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* Send button */
- {0, 0}, {0, 0, 0, 0},
- 131, 21, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Save button */
- {0, 0}, {0, 0, 0, 0},
- 131, 22, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Cancel button */
- {0, 0}, {0, 0, 0, 0},
- 131, 23, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Dont' Save button */
- {0, 0}, {0, 0, 0, 0},
- 131, 24, 0, 0, 0, 0, 0, 0},
- },
- };
-
- /*----------------------------------------------------------------------------
- Post message confirmation alert.
- ----------------------------------------------------------------------------*/
-
- resource 'hdlg' (135, "Post msg confirm", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* OK button */
- {0, 0}, {0, 0, 0, 0},
- 131, 25, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Cancel button */
- {0, 0}, {0, 0, 0, 0},
- 131, 26, 0, 0, 0, 0, 0, 0},
- },
- };
-
- /*----------------------------------------------------------------------------
- Post authentication dialog.
- ----------------------------------------------------------------------------*/
-
- resource 'hdlg' (136, "Post authentication", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* OK button */
- {0, 0}, {0, 0, 0, 0},
- 131, 27, 131, 28, 0, 0, 0, 0},
- HMStringResItem { /* Cancel button */
- {0, 0}, {0, 0, 0, 0},
- 131, 29, 0, 0, 0, 0, 0, 0},
- HMSkipItem{},
- HMSkipItem{},
- HMStringResItem { /* username field */
- {0, 0}, {0, 0, 0, 0},
- 131, 30, 131, 30, 0, 0, 0, 0},
- HMSkipItem{},
- HMStringResItem { /* password field */
- {0, 0}, {0, 0, 0, 0},
- 131, 31, 131, 31, 0, 0, 0, 0},
- },
- };
-
- /*----------------------------------------------------------------------------
- Startup authentication dialog.
- ----------------------------------------------------------------------------*/
-
- resource 'hdlg' (137, "Startup authentication", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* OK button */
- {0, 0}, {0, 0, 0, 0},
- 131, 32, 131, 33, 0, 0, 0, 0},
- HMStringResItem { /* Cancel button */
- {0, 0}, {0, 0, 0, 0},
- 131, 34, 0, 0, 0, 0, 0, 0},
- HMSkipItem{},
- HMSkipItem{},
- HMStringResItem { /* username field */
- {0, 0}, {0, 0, 0, 0},
- 131, 30, 131, 30, 0, 0, 0, 0},
- HMSkipItem{},
- HMStringResItem { /* password field */
- {0, 0}, {0, 0, 0, 0},
- 131, 31, 131, 31, 0, 0, 0, 0},
- },
- };
-
- /*----------------------------------------------------------------------------
- Personal info dialog.
- ----------------------------------------------------------------------------*/
-
- resource 'hdlg' (138, "Personal info", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* OK button */
- {0, 0}, {0, 0, 0, 0},
- 131, 35, 131, 36, 0, 0, 0, 0},
- HMStringResItem { /* Cancel button */
- {0, 0}, {0, 0, 0, 0},
- 131, 37, 0, 0, 0, 0, 0, 0},
- HMSkipItem{},
- HMSkipItem{},
- HMSkipItem{},
- HMStringResItem { /* full name field */
- {0, 0}, {0, 0, 0, 0},
- 131, 38, 131, 38, 0, 0, 0, 0},
- HMSkipItem{},
- HMStringResItem { /* organization field */
- {0, 0}, {0, 0, 0, 0},
- 131, 39, 131, 39, 0, 0, 0, 0},
- HMSkipItem{},
- HMStringResItem { /* email address field */
- {0, 0}, {0, 0, 0, 0},
- 131, 40, 131, 40, 0, 0, 0, 0},
- },
- };
-
- /*----------------------------------------------------------------------------
- Max arts to fetch dialog.
- ----------------------------------------------------------------------------*/
-
- resource 'hdlg' (139, "Max arts to fetch", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* OK button */
- {0, 0}, {0, 0, 0, 0},
- 131, 41, 131, 42, 0, 0, 0, 0},
- HMStringResItem { /* Cancel button */
- {0, 0}, {0, 0, 0, 0},
- 131, 43, 0, 0, 0, 0, 0, 0},
- HMSkipItem{},
- HMStringResItem { /* max arts field */
- {0, 0}, {0, 0, 0, 0},
- 131, 44, 131, 44, 0, 0, 0, 0},
- },
- };
-
- /*----------------------------------------------------------------------------
- Search dialog.
- ----------------------------------------------------------------------------*/
-
- resource 'hdlg' (140, "Search", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* Search button */
- {0, 0}, {0, 0, 0, 0},
- 131, 45, 131, 46, 0, 0, 0, 0},
- HMStringResItem { /* Cancel button */
- {0, 0}, {0, 0, 0, 0},
- 131, 47, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* header field */
- {0, 0}, {0, 0, 0, 0},
- 131, 48, 131, 48, 0, 0, 0, 0},
- HMStringResItem { /* search string field */
- {0, 0}, {0, 0, 0, 0},
- 131, 49, 131, 49, 0, 0, 0, 0},
- HMStringResItem { /* header popup menu */
- {0, 0}, {0, 0, 0, 0},
- 131, 50, 131, 50, 131, 50, 131, 50},
- },
- };
-
- /*----------------------------------------------------------------------------
- Article already exists dialog.
- ----------------------------------------------------------------------------*/
-
- resource 'hdlg' (144, "Art already exists", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* Pick a New Name button */
- {0, 0}, {0, 0, 0, 0},
- 131, 51, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Cancel button */
- {0, 0}, {0, 0, 0, 0},
- 131, 52, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Replace button */
- {0, 0}, {0, 0, 0, 0},
- 131, 53, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Append button */
- {0, 0}, {0, 0, 0, 0},
- 131, 54, 0, 0, 0, 0, 0, 0},
- },
- };
-
- /*----------------------------------------------------------------------------
- Too many groups dialog.
- ----------------------------------------------------------------------------*/
-
- resource 'hdlg' (145, "Too many groups", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* OK button */
- {0, 0}, {0, 0, 0, 0},
- 131, 55, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Cancel button */
- {0, 0}, {0, 0, 0, 0},
- 131, 56, 0, 0, 0, 0, 0, 0},
- },
- };
-
- /*----------------------------------------------------------------------------
- Post cancel dialog.
- ----------------------------------------------------------------------------*/
-
- resource 'hdlg' (147, "Post cancel", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* OK button */
- {0, 0}, {0, 0, 0, 0},
- 131, 57, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Cancel Article button */
- {0, 0}, {0, 0, 0, 0},
- 131, 58, 0, 0, 0, 0, 0, 0},
- },
- };
-
- /*----------------------------------------------------------------------------
- Message file already exists dialog.
- ----------------------------------------------------------------------------*/
-
- resource 'hdlg' (148, "Message file already exists", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* Pick a New Name button */
- {0, 0}, {0, 0, 0, 0},
- 131, 59, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Cancel button */
- {0, 0}, {0, 0, 0, 0},
- 131, 60, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Replace button */
- {0, 0}, {0, 0, 0, 0},
- 131, 53, 0, 0, 0, 0, 0, 0},
- },
- };
-
- /*----------------------------------------------------------------------------
- Extract binaries manually dialog.
- ----------------------------------------------------------------------------*/
-
- resource 'hdlg' (149, "Extract binaries manually", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* Extract button */
- {0, 0}, {0, 0, 0, 0},
- 131, 61, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Cancel button */
- {0, 0}, {0, 0, 0, 0},
- 131, 62, 0, 0, 0, 0, 0, 0},
- HMSkipItem {}, /* static text in user item */
- HMStringResItem { /* List */
- {0, 0}, {0, 0, 0, 0},
- 131, 63, 131, 63, 131, 63, 131, 63},
- },
- };
-
- /*----------------------------------------------------------------------------
- Must close windows before rebuild dialog.
- ----------------------------------------------------------------------------*/
-
- resource 'hdlg' (150, "Must close windows before rebuild", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* OK button */
- {0, 0}, {0, 0, 0, 0},
- 131, 64, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Cancel button */
- {0, 0}, {0, 0, 0, 0},
- 131, 65, 0, 0, 0, 0, 0, 0},
- },
- };
-
- /*----------------------------------------------------------------------------
- Duplicate groups dialog.
- ----------------------------------------------------------------------------*/
-
- resource 'hdlg' (151, "Duplicate groups", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* OK button */
- {0, 0}, {0, 0, 0, 0},
- 131, 66, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Cancel button */
- {0, 0}, {0, 0, 0, 0},
- 131, 67, 0, 0, 0, 0, 0, 0},
- },
- };
-
- /*----------------------------------------------------------------------------
- Error during quit dialog.
- ----------------------------------------------------------------------------*/
-
- resource 'hdlg' (155, "Error during quit", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* Quit button */
- {0, 0}, {0, 0, 0, 0},
- 131, 68, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Cancel button */
- {0, 0}, {0, 0, 0, 0},
- 131, 69, 0, 0, 0, 0, 0, 0},
- },
- };
-
- /*----------------------------------------------------------------------------
- Open prefs file dialog.
- ----------------------------------------------------------------------------*/
-
- resource 'hdlg' (156, "Open prefs file", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* Quit button */
- {0, 0}, {0, 0, 0, 0},
- 131, 70, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Cancel button */
- {0, 0}, {0, 0, 0, 0},
- 131, 69, 0, 0, 0, 0, 0, 0},
- },
- };
-
- /*----------------------------------------------------------------------------
- Find dialog.
- ----------------------------------------------------------------------------*/
-
- resource 'hdlg' (157, "Find", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* Find button */
- {0, 0}, {0, 0, 0, 0},
- 131, 71, 131, 72, 0, 0, 0, 0},
- HMStringResItem { /* Cancel button */
- {0, 0}, {0, 0, 0, 0},
- 131, 73, 0, 0, 0, 0, 0, 0},
- HMSkipItem {},
- HMStringResItem { /* Search string field */
- {0, 0}, {0, 0, 0, 0},
- 131, 74, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Start at beginning checkbox */
- {6, 6}, {0, 0, 0, 0},
- 131, 76, 0, 0, 131, 75, 0, 0},
- },
- };
-
- /*----------------------------------------------------------------------------
- New user dialog.
- ----------------------------------------------------------------------------*/
-
- resource 'hdlg' (158, "New user", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* Private button */
- {0, 0}, {0, 0, 0, 0},
- 131, 77, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Shared button */
- {0, 0}, {0, 0, 0, 0},
- 131, 78, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Lab button */
- {0, 0}, {0, 0, 0, 0},
- 131, 79, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Quit button */
- {0, 0}, {0, 0, 0, 0},
- 131, 80, 0, 0, 0, 0, 0, 0},
- },
- };
-
- /*----------------------------------------------------------------------------
- Insert floppy dialog.
- ----------------------------------------------------------------------------*/
-
- resource 'hdlg' (159, "Insert floppy", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* Cancel button */
- {0, 0}, {0, 0, 0, 0},
- 131, 81, 0, 0, 0, 0, 0, 0},
- },
- };
-
- /*----------------------------------------------------------------------------
- Erase floppy dialog.
- ----------------------------------------------------------------------------*/
-
- resource 'hdlg' (160, "Erase floppy", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* Erase button */
- {0, 0}, {0, 0, 0, 0},
- 131, 82, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Cancel button */
- {0, 0}, {0, 0, 0, 0},
- 131, 83, 0, 0, 0, 0, 0, 0},
- },
- };
-
- /*----------------------------------------------------------------------------
- Option click to open URL dialog.
- ----------------------------------------------------------------------------*/
-
- resource 'hdlg' (162, "Opt click to open URL", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* Open URL button */
- {0, 0}, {0, 0, 0, 0},
- 131, 84, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Cancel button */
- {0, 0}, {0, 0, 0, 0},
- 131, 85, 0, 0, 0, 0, 0, 0},
- },
- };
-
- /*----------------------------------------------------------------------------
- Retry news server connect dialog.
- ----------------------------------------------------------------------------*/
-
- resource 'hdlg' (166, "Retry news server connect", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* Try again button */
- {0, 0}, {0, 0, 0, 0},
- 131, 86, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Cancel button */
- {0, 0}, {0, 0, 0, 0},
- 131, 87, 0, 0, 0, 0, 0, 0},
- },
- };
-
- /*----------------------------------------------------------------------------
- Select directory dialog.
-
- This 'hdlg' resource only defines the help balloons for the two extra
- buttons added to the standard get file dialog. A help item of type
- HMScanAppendhdlg is used in the 'DITL' resource for the dialog.
- ----------------------------------------------------------------------------*/
-
- resource 'hdlg' (200, "Select directory", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* Bottom select folder button */
- {0, 0}, {0, 0, 0, 0},
- 131, 92, 131, 93, 0, 0, 0, 0},
- HMStringResItem { /* Top select folder button */
- {0, 0}, {0, 0, 0, 0},
- 131, 92, 0, 0, 0, 0, 0, 0},
- },
- };
-
- /*----------------------------------------------------------------------------
- Save article dialog.
-
- This 'hdlg' resource only defines the help balloons for the two extra
- checkboxes added to the standard save file dialog. A help item of type
- HMScanAppendhdlg is used in the 'DITL' resource for the dialog.
- ----------------------------------------------------------------------------*/
-
- resource 'hdlg' (201, "Save article", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* Save encoded text checkbox */
- {6, 6}, {0, 0, 0, 0},
- 131, 89, 0, 0, 131, 88, 0, 0},
- HMStringResItem { /* Save threads to separate files checkbox */
- {6, 6}, {0, 0, 0, 0},
- 131, 91, 0, 0, 131, 90, 0, 0},
- },
- };
-
- /*----------------------------------------------------------------------------
- Append article dialog.
-
- This 'hdlg' resource only defines the help balloons for the one extra
- checkbox added to the standard get file dialog. A help item of type
- HMScanAppendhdlg is used in the 'DITL' resource for the dialog.
- ----------------------------------------------------------------------------*/
-
- resource 'hdlg' (202, "Append article", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* Save encoded text checkbox */
- {6, 6}, {0, 0, 0, 0},
- 131, 89, 0, 0, 131, 88, 0, 0},
- },
- };
-
- /*----------------------------------------------------------------------------
- Preferences dialog.
-
- The 'hdlg' id=300 resource only defines the help balloons for items common
- to all prefs topics (the OK and Cancel buttons, the topic popup menu, and
- the up/down arrow control).
-
- The 'hdlg' id=301,... resources define the additional balloons for each
- topic.
- ----------------------------------------------------------------------------*/
-
- resource 'hmnu' (160, "Prefs topic popup", purgeable) {
- HelpMgrVersion, hmDefaultOptions, 0, 0, /* header info */
- HMSkipItem {},
- {
- HMSkipItem {}, /* Menu title */
- HMStringResItem { /* Newsreading Options */
- 132, 23, 0, 0, 132, 23, 0, 0 },
- HMStringResItem { /* Server Addresses */
- 132, 24, 0, 0, 132, 24, 0, 0 },
- HMStringResItem { /* Server Options */
- 132, 25, 0, 0, 132, 25, 0, 0 },
- HMStringResItem { /* Personal Information */
- 132, 26, 0, 0, 132, 26, 0, 0 },
- HMStringResItem { /* Signature */
- 132, 27, 0, 0, 132, 27, 0, 0 },
- HMStringResItem { /* Message Options */
- 132, 28, 0, 0, 132, 28, 0, 0 },
- HMStringResItem { /* Extra Header Lines */
- 132, 29, 0, 0, 132, 29, 0, 0 },
- HMStringResItem { /* Remote Host Information */
- 132, 30, 0, 0, 132, 30, 0, 0 },
- HMStringResItem { /* Screen Fonts */
- 132, 31, 0, 0, 132, 31, 0, 0 },
- HMStringResItem { /* Printing Font */
- 132, 32, 0, 0, 132, 32, 0, 0 },
- HMStringResItem { /* Saved User Group Lists */
- 132, 33, 0, 0, 132, 33, 0, 0 },
- HMStringResItem { /* Saved Articles */
- 132, 34, 0, 0, 132, 34, 0, 0 },
- HMStringResItem { /* Saved Messages */
- 132, 35, 0, 0, 132, 35, 0, 0 },
- HMStringResItem { /* URL Helper Programs */
- 132, 36, 0, 0, 132, 36, 0, 0 },
- HMStringResItem { /* Authentication */
- 132, 37, 0, 0, 132, 37, 0, 0 },
- HMStringResItem { /* Extracting Binaries */
- 132, 38, 0, 0, 132, 38, 0, 0 },
- HMStringResItem { /* Miscellaneous Options */
- 132, 39, 0, 0, 132, 39, 0, 0 },
- },
- };
-
- resource 'hdlg' (300, "Prefs", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* OK button */
- {0, 0}, {0, 0, 0, 0},
- 132, 1, 132, 2, 0, 0, 0, 0},
- HMStringResItem { /* Cancel button */
- {0, 0}, {0, 0, 0, 0},
- 132, 3, 0, 0, 0, 0, 0, 0},
- HMSkipItem {}, /* gray line */
- HMSkipItem {}, /* gray line */
- HMSkipItem {}, /* gray line */
- HMSkipItem {}, /* gray line */
- HMSkipItem {}, /* gray line */
- HMStringResItem { /* Topic poup menu */
- {0, 0}, {0, 0, 0, 0},
- 132, 4, 132, 4, 132, 4, 132, 4},
- HMStringResItem { /* Up/down triangles */
- {0, 0}, {0, 0, 0, 0},
- 132, 5, 132, 5, 132, 5, 132, 5},
- },
- };
-
- resource 'hdlg' (301, "Prefs newsreading options", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* Show authors checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 7, 0, 0, 132, 6, 0, 0},
- HMStringResItem { /* Show article headers checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 9, 0, 0, 132, 8, 0, 0},
- HMStringResItem { /* Collapse threads checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 11, 0, 0, 132, 10, 0, 0},
- HMStringResItem { /* Main keyboard shortcuts checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 13, 0, 0, 132, 12, 0, 0},
- HMStringResItem { /* Keypad shortcuts checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 15, 0, 0, 132, 14, 0, 0},
- HMStringResItem { /* Reuse article windows checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 17, 0, 0, 132, 16, 0, 0},
- HMStringResItem { /* Return to subject window at end of thread checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 19, 0, 0, 132, 18, 0, 0},
- HMStringResItem { /* Stop at end of subject list checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 21, 0, 0, 132, 20, 0, 0},
- HMStringResItem { /* Beep at end of subject and group lists checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 141, 0, 0, 132, 140, 0, 0},
- HMSkipItem {},
- HMStringResItem { /* max arts to fetch field */
- {0, 0}, {0, 0, 0, 0},
- 132, 22, 132, 22, 0, 0, 0, 0},
- },
- };
-
- resource 'hdlg' (302, "Prefs server info", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMSkipItem {},
- HMSkipItem {},
- HMStringResItem { /* news field */
- {0, 0}, {0, 0, 0, 0},
- 131, 16, 131, 16, 0, 0, 0, 0},
- HMSkipItem{},
- HMStringResItem { /* mail field */
- {0, 0}, {0, 0, 0, 0},
- 131, 17, 131, 17, 0, 0, 0, 0},
- },
- };
-
- resource 'hdlg' (303, "Prefs server options", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMSkipItem {},
- HMStringResItem { /* Use batched group commands checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 44, 0, 0, 132, 43, 0, 0},
- HMStringResItem { /* Use XPAT command for searches checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 46, 0, 0, 132, 45, 0, 0},
- HMStringResItem { /* Don't open new connection when checking for new articles checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 48, 0, 0, 132, 47, 0, 0},
- HMStringResItem { /* Don't send MODE READER command checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 50, 0, 0, 132, 49, 0, 0},
- },
- };
-
- resource 'hdlg' (304, "Prefs personal info", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMSkipItem{},
- HMSkipItem{},
- HMStringResItem { /* full name field */
- {0, 0}, {0, 0, 0, 0},
- 131, 38, 131, 38, 0, 0, 0, 0},
- HMSkipItem{},
- HMStringResItem { /* organization field */
- {0, 0}, {0, 0, 0, 0},
- 131, 39, 131, 39, 0, 0, 0, 0},
- HMSkipItem{},
- HMStringResItem { /* email address field */
- {0, 0}, {0, 0, 0, 0},
- 131, 40, 131, 40, 0, 0, 0, 0},
- },
- };
-
- resource 'hdlg' (305, "Prefs signature", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMSkipItem{},
- HMStringResItem { /* sig field */
- {0, 0}, {0, 0, 0, 0},
- 132, 51, 132, 51, 0, 0, 0, 0},
- HMStringResItem { /* Insert blank line before sig checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 53, 0, 0, 132, 52, 0, 0},
- HMStringResItem { /* Insert "-- " separator line before sig checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 55, 0, 0, 132, 54, 0, 0},
- },
- };
-
- resource 'hdlg' (306, "Prefs message options", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* Reply via posting checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 57, 0, 0, 132, 56, 0, 0},
- HMStringResItem { /* Reply via email checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 59, 0, 0, 132, 58, 0, 0},
- HMStringResItem { /* Mail copies to self checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 61, 0, 0, 132, 60, 0, 0},
- HMStringResItem { /* Show details checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 63, 0, 0, 132, 62, 0, 0},
- HMStringResItem { /* Wrap messages checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 65, 0, 0, 132, 64, 0, 0},
- HMStringResItem { /* Show labels under icons checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 67, 0, 0, 132, 66, 0, 0},
- HMStringResItem { /* Body tabbing checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 69, 0, 0, 132, 68, 0, 0},
- HMSkipItem{},
- HMStringResItem { /* Tab stops field */
- {0, 0}, {0, 0, 0, 0},
- 132, 70, 132, 70, 0, 0, 0, 0},
- HMSkipItem{},
- HMStringResItem { /* Quote string field */
- {0, 0}, {0, 0, 0, 0},
- 132, 71, 132, 71, 0, 0, 0, 0},
- },
- };
-
- resource 'hdlg' (307, "Prefs extra header lines", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMSkipItem{},
- HMStringResItem { /* Extra news header lines field */
- {0, 0}, {0, 0, 0, 0},
- 132, 72, 132, 72, 0, 0, 0, 0},
- HMSkipItem{},
- HMStringResItem { /* Extra mail header lines field */
- {0, 0}, {0, 0, 0, 0},
- 132, 73, 132, 73, 0, 0, 0, 0},
- },
- };
-
- resource 'hdlg' (308, "Prefs remote host", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMSkipItem{},
- HMSkipItem{},
- HMStringResItem { /* host field */
- {0, 0}, {0, 0, 0, 0},
- 131, 5, 131, 5, 0, 0, 0, 0},
- HMSkipItem{},
- HMStringResItem { /* username field */
- {0, 0}, {0, 0, 0, 0},
- 131, 6, 131, 6, 0, 0, 0, 0},
- HMSkipItem{},
- HMStringResItem { /* password field */
- {0, 0}, {0, 0, 0, 0},
- 131, 7, 131, 7, 0, 0, 0, 0},
- HMSkipItem{},
- HMStringResItem { /* path field */
- {0, 0}, {0, 0, 0, 0},
- 131, 8, 131, 8, 0, 0, 0, 0},
- HMStringResItem { /* auto get/put newsrc checkbox */
- {6, 6}, {0, 0, 0, 0},
- 131, 10, 0, 0, 131, 9, 0, 0},
- HMStringResItem { /* save password checkbox */
- {6, 6}, {0, 0, 0, 0},
- 131, 12, 0, 0, 131, 11, 0, 0},
- },
- };
-
- resource 'hdlg' (309, "Prefs screen fonts", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMSkipItem{},
- HMStringResItem { /* list font popup menu */
- {10, 100}, {0, 0, 0, 0},
- 132, 74, 132, 74, 132, 74, 132, 74},
- HMSkipItem{},
- HMStringResItem { /* list font size field */
- {0, 0}, {0, 0, 0, 0},
- 132, 75, 132, 75, 0, 0, 0, 0},
- HMStringResItem { /* list font size popup menu */
- {0, 0}, {0, 0, 0, 0},
- 132, 76, 132, 76, 132, 76, 132, 76},
- HMSkipItem{},
- HMSkipItem{},
- HMSkipItem{},
- HMStringResItem { /* text font popup menu */
- {10, 100}, {0, 0, 0, 0},
- 132, 77, 132, 77, 132, 77, 132, 77},
- HMSkipItem{},
- HMStringResItem { /* text font size field */
- {0, 0}, {0, 0, 0, 0},
- 132, 78, 132, 78, 0, 0, 0, 0},
- HMStringResItem { /* text font size popup menu */
- {0, 0}, {0, 0, 0, 0},
- 132, 79, 132, 79, 132, 79, 132, 79},
- },
- };
-
- resource 'hdlg' (310, "Prefs printing font", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* printing font popup menu */
- {10, 100}, {0, 0, 0, 0},
- 132, 80, 132, 80, 132, 80, 132, 80},
- HMSkipItem{},
- HMStringResItem { /* printing font size field */
- {0, 0}, {0, 0, 0, 0},
- 132, 81, 132, 81, 0, 0, 0, 0},
- HMStringResItem { /* printing font size popup menu */
- {0, 0}, {0, 0, 0, 0},
- 132, 82, 132, 82, 132, 82, 132, 82},
- },
- };
-
- resource 'hdlg' (311, "Prefs saved user group lists", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* Default folder for saving user group lists checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 84, 0, 0, 132, 83, 0, 0},
- HMSkipItem{},
- HMSkipItem{},
- HMStringResItem { /* Set button */
- {0, 0}, {0, 0, 0, 0},
- 132, 85, 132, 86, 0, 0, 0, 0},
- HMStringResItem { /* Auto save on quit checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 88, 0, 0, 132, 87, 0, 0},
- },
- };
-
- resource 'hdlg' (312, "Prefs saved articles", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMSkipItem{},
- HMSkipItem{},
- HMSkipItem{},
- HMStringResItem { /* Set app to open saved articles button */
- {0, 0}, {0, 0, 0, 0},
- 132, 89, 0, 0, 0, 0, 0, 0},
- HMStringResItem { /* Default folder for saving articles checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 91, 0, 0, 132, 90, 0, 0},
- HMSkipItem{},
- HMSkipItem{},
- HMStringResItem { /* Set default folder button */
- {0, 0}, {0, 0, 0, 0},
- 132, 92, 132, 93, 0, 0, 0, 0},
- HMStringResItem { /* Save threads to separate files checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 95, 0, 0, 132, 94, 0, 0},
- HMStringResItem { /* Append if file already exists checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 97, 0, 0, 132, 96, 0, 0},
- HMStringResItem { /* Save encoded text checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 99, 0, 0, 132, 98, 0, 0},
- },
- };
-
- resource 'hdlg' (313, "Prefs saved messages", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* Default folder for saving messages checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 101, 0, 0, 132, 100, 0, 0},
- HMSkipItem{},
- HMSkipItem{},
- HMStringResItem { /* Set default folder button */
- {0, 0}, {0, 0, 0, 0},
- 132, 102, 132, 103, 0, 0, 0, 0},
- HMStringResItem { /* Delete messages after sending them checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 105, 0, 0, 132, 104, 0, 0},
- },
- };
-
- resource 'hdlg' (314, "Prefs URL helpers", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* List */
- {0, 0}, {0, 0, 0, 0},
- 132, 106, 132, 106, 132, 106, 132, 106},
- HMStringResItem { /* Change button */
- {0, 0}, {0, 0, 0, 0},
- 132, 107, 132, 108, 0, 0, 0, 0},
- HMStringResItem { /* Delete button */
- {0, 0}, {0, 0, 0, 0},
- 132, 109, 132, 110, 0, 0, 0, 0},
- HMSkipItem{},
- HMStringResItem { /* New scheme name field */
- {0, 0}, {0, 0, 0, 0},
- 132, 111, 132, 111, 0, 0, 0, 0},
- HMStringResItem { /* Add button */
- {0, 0}, {0, 0, 0, 0},
- 132, 112, 132, 113, 0, 0, 0, 0},
- HMStringResItem { /* Use HTTP helper instead of FTP helper for .html files checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 115, 0, 0, 132, 114, 0, 0},
- },
- };
-
- resource 'hdlg' (315, "Prefs authentication", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMSkipItem{},
- HMSkipItem{},
- HMStringResItem { /* Username field */
- {0, 0}, {0, 0, 0, 0},
- 131, 30, 131, 30, 0, 0, 0, 0},
- HMSkipItem{},
- HMStringResItem { /* Password field */
- {0, 0}, {0, 0, 0, 0},
- 131, 31, 131, 31, 0, 0, 0, 0},
- HMStringResItem { /* Save password checkbox */
- {6, 6}, {0, 0, 0, 0},
- 131, 12, 0, 0, 131, 11, 0, 0},
- HMStringResItem { /* Private groups checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 117, 0, 0, 132, 116, 0, 0},
- HMStringResItem { /* Authenticate only when requested radio button */
- {6, 6}, {0, 0, 0, 0},
- 132, 138, 0, 0, 132, 118, 0, 0},
- HMStringResItem { /* Always authenticate radio button */
- {6, 6}, {0, 0, 0, 0},
- 132, 139, 0, 0, 132, 119, 0, 0},
- },
- };
-
- resource 'hdlg' (316, "Prefs extracting binaries", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* Default folder for saving binaries checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 121, 0, 0, 132, 120, 0, 0},
- HMSkipItem{},
- HMSkipItem{},
- HMStringResItem { /* Set default folder button */
- {0, 0}, {0, 0, 0, 0},
- 132, 122, 132, 123, 0, 0, 0, 0},
- HMSkipItem{},
- HMSkipItem{},
- HMSkipItem{},
- HMStringResItem { /* Set BinHex helper button */
- {0, 0}, {0, 0, 0, 0},
- 132, 124, 0, 0, 0, 0, 0, 0},
- HMSkipItem{},
- HMSkipItem{},
- HMSkipItem{},
- HMStringResItem { /* Set uudecode helper button */
- {0, 0}, {0, 0, 0, 0},
- 132, 125, 0, 0, 0, 0, 0, 0},
- },
- };
-
- resource 'hdlg' (317, "Prefs miscellaneous options", purgeable) {
- HelpMgrVersion, 0, hmDefaultOptions, 0, 1, /* header info */
- HMSkipItem {}, /* Missing items */
- {
- HMStringResItem { /* Rezoom windows checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 127, 0, 0, 132, 126, 0, 0},
- HMStringResItem { /* Check for new groups at startup checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 129, 0, 0, 132, 128, 0, 0},
- HMStringResItem { /* Are You Sure alert on posts checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 131, 0, 0, 132, 130, 0, 0},
- HMStringResItem { /* Log actions to file checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 133, 0, 0, 132, 132, 0, 0},
- HMStringResItem { /* Don't cover Finder icons checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 135, 0, 0, 132, 134, 0, 0},
- HMStringResItem { /* Use Internet Config checkbox */
- {6, 6}, {0, 0, 0, 0},
- 132, 137, 0, 0, 132, 136, 0, 0},
- },
- };
-